From 8a0da1c3344769e55dc12423b116c97fe4860356 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 12 Jan 2006 15:44:44 +0100 Subject: [PATCH] Quieten debug printing on memory_op hypercall. Don't warn about disallowed multipage allocation attempts. Signed-off-by: Keir Fraser --- xen/common/memory.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/common/memory.c b/xen/common/memory.c index 847fcbb0cc..ddad691d29 100644 --- a/xen/common/memory.c +++ b/xen/common/memory.c @@ -38,10 +38,7 @@ increase_reservation( if ( (extent_order != 0) && !multipage_allocation_permitted(current->domain) ) - { - DPRINTK("Only I/O-capable domains may allocate multi-page extents.\n"); return 0; - } for ( i = 0; i < nr_extents; i++ ) { -- 2.30.2